home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 March / Software of the Month Club 1998 March.iso / pc / win / sri / biz / ezmgr30 / winstall.inf < prev   
INI File  |  1997-03-20  |  3KB  |  81 lines

  1.  
  2. REM EasyManager For Windows Installation Script
  3.  
  4. [The title of your application]
  5. $TITLE=EasyManager For Windows Version 3.0
  6.  
  7. [Default target directory]
  8. $TARGET=C:\EASYMGR
  9.  
  10. [Disk space needed for the installation - in bytes]
  11. $SPACE=1950000
  12.  
  13. [Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
  14.  
  15. $DISK 1 = EASYMGR.*;REGISTER.*;README.*;HISTORY.*;FAQ.*;FILE_ID.DIZ;SAMPLE.EXC;ORGDIAL.EXE;SSVBX25.*;EZUPDATE.BAT
  16. ; $disk2=*.*
  17. ; $disk3=*.ini;*.drv;*.hlp
  18.  
  19. REM and so on ----- > $disk45=
  20.  
  21. [Other target subdirectories under default directory tree]
  22. $DEST=easymgr.exe;easymgr.hlp;easymgr.def;easymgr.sdf;ssvbx25.vbx
  23. $DEST=register.wri;register.txt;readme.txt;history.txt;file_id.diz
  24. $DEST=sample.exc faq.txt orgdial.exe ezupdate.bat easymgr.dei
  25.  
  26. [Auto replace the following files]
  27. $AUTO-REPLACE=EASYMGR.EXE;EASYMGR.SDF;EASYMGR.DEF;EASYMGR.HLP;README.TXT
  28. $AUTO-REPLACE=HISTORY.TXT;FAQ.TXT;REGISTER.WRI;REGISTER.TXT;FILE_ID.DIZ
  29. $AUTO-REPLACE=ORGDIAL.EXE SSVBX25.VBX EASYMGR.DEI EZUPDATE.BAT
  30.  
  31. [Files to install to Windows directory}
  32. ;$windir=
  33.  
  34. [Files to install to Windows SYSTEM directory}
  35. ;$sysdir=
  36.  
  37. [Program Manager group name]
  38. $GROUP=EasyManager For Windows
  39.  
  40. [program(s) to create Program Manager icons for]
  41. $ICON=$DEST\EASYMGR.EXE;EasyManager For Windows
  42. $ICON=WINHELP.EXE $DEST\EASYMGR.HLP;EasyManager Help
  43. $ICON=WRITE.EXE $DEST\REGISTER.WRI;Registration Form
  44. $ICON=NOTEPAD.EXE $DEST\README.TXT;Read Me
  45. $ICON=NOTEPAD.EXE $DEST\HISTORY.TXT;Change History
  46. $ICON=NOTEPAD.EXE $DEST\FAQ.TXT;Frequently Asked Questions
  47.  
  48. [Program(s) to run after immediately after copying]
  49. ;$PRE-EXEC=
  50.  
  51. [Program(s) to run after installation]
  52. ;$EXEC=
  53.  
  54. [Files to delete just after installation]
  55. ;$CLEANUP=
  56.  
  57. [put a ";" at the start of the next line to have a normal main window]
  58. ;$WINDOW=MAXIMIZE
  59.  
  60. [comment this to use an 8kb buffer for copying the files]
  61. ;$COPYBUFFER=4095
  62.  
  63. [comment and use this to change the background color of the window]
  64. [valid values are 0 to 4]
  65. $WINDOW-BACKGROUND=1
  66.  
  67. [comment and use this to change the background of the text]
  68. [3 RGB values, or 1 long integer value
  69. $TEXT-BACKGROUND=192 192 192
  70.  
  71. [uncomment this line to NOT automatically set the check box for PROGMAN group]
  72. $SETCHECKBOX
  73.  
  74. [comment this line to enable the final "installation completed" dialog]
  75. $NO-END-DIALOG
  76.  
  77. [comment this line to enable the dialog that offers to add the target]
  78. [directory to the PATH statement in AUTOEXEC.BAT]
  79. $NO-PATH-DIALOG
  80.  
  81.